home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 1 Issue 2
/
PDCD-1 - Issue 02.iso
/
_utilities
/
utilities
/
004
/
_adhesive
/
tools
/
readme
next >
Wrap
Text File
|
1994-09-13
|
2KB
|
42 lines
Tools Contents
~~~~~~~~~~~~~~
ShCLib List of entry point numbers for Shared C Library (object 1)
!CAHG C Adhesive Header Generator
!Shorten Removes relocation code generated by !Link from the end
of an object if it is not needed (ie no relocations).
h Header files for use with the object files in 'o'.
o Object files for use with the header files in 'h'.
bin Contains binaries for the DDE tools !CAHG and !Shorten.
Also contains:
KillAll - deregisters all user and removes all objects
from memory. Don't run this if there are active users using
Adhesive object - they may crash. The objects finalisation
entry points are called.
This is useful if you have just had some nasty errors like
Address exception / Uncaught trap and your program hasn't
deregistered with Adhesive so Adhesive complains the object
is still in use when you try and remove the object to install
a new version of the object (eg after recompiling to remove
the bug which causes the address exception.)
AdhInfo - outputs information on what users and objects
are currently running/installed.
AdhObjInfo - outputs detailed information on objects.
Usage: AdhObjInfo - information on all installed objects
AdhObjInfo <file name of Obj file>
- information on an object which is not
installed
AdhObjInfo <object id> <object ver>
e.g. AdhObjInfo 123 1.00
- information on a particular object
which is installed